home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / SRunMatGen.lha / MatrixGen.doc < prev    next >
Text File  |  1994-06-26  |  7KB  |  167 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *                 M A T R I X G E N E R A T O R                         *
  4. *                                                                       *
  5. *                            WRITTEN BY                                 *
  6. *                                                                       *
  7. *                         Thomas Reinhardt                              *
  8. *                                                                       *
  9. *                                                                       *
  10. *************************************************************************
  11.  
  12. Introduction
  13. ------------
  14. MatrixGenerator is a program to create a matrixsystem for Shadowrun II.
  15. The rules are taken of Shadowrun V2.01D. Some new rules are taken of
  16. `Germany in the Shadows (?)'. All options could be excluded or
  17. included.
  18.  
  19.                   ShadowRun - Cyberpunk-Roleplay V2.01D
  20.  
  21.                          FANTASY  PRODUCTIONS
  22.                                Licence 
  23.                            FASA Corporation
  24.  
  25. Programoptions
  26. --------------
  27. You can specify options, which influences the program.
  28.  
  29. possible options are:
  30.  
  31. -a <Nodes>     Number of nodes in the system, between 5 and 100. if you
  32.                want to get larger systems, you have to create 2 systems
  33.                and connect it by SAN.
  34. -b             Option to include blue nodes. in a blue node you can´t
  35.                find information, datavalue or IC.
  36. -c             Rules of Virtual Reality, the lowest securelevel is the have
  37.                of the maximum and the securecode is two levels below
  38.                the highest, z.B. red-8 -> the lowest ist green-4.
  39. -d             save the internal datastructure. The size is about 6K,
  40.                its the whole info of the system.
  41. -f             put the status into a file
  42. -g             option for `Germany in the Shadows' (?)
  43.                purple and black nodes!
  44. -h             Shadow undes the nodes, looks good!
  45. -i             Maximal number of the information
  46. -l <Sprache>   Other output-language. standard is english.
  47.                implemented : g (german)
  48. -m <Anzahl>    Maximal number of SAN
  49. -n             no money into datastore
  50. -r <Level>     standardlevel for all nodes. they can be one higher
  51.                or one lower.
  52.                Values:    2 - blue            3 - green
  53.                           4 - orange          5 - red
  54.                With option -g :
  55.                           6 - purple          7 - black
  56. -s <Name>      standardpath for all files. 
  57. -t             outputfiles (Text) in LaTeX
  58. -u             special information in datastore always with Scramble-IC
  59. -v             datavalues in datastore protected by an IC
  60. -x             no IC in nodes
  61. -z             randomfunction, values in datastores +/- 10 percent,
  62.                size +/- 5Mp.
  63. -p             use prefsfile MatrixGen.pre
  64. -o <Filename>  load a with option -d save structure of a matrix
  65.  
  66. The PrefsFile
  67. -------------
  68. NODES          5..100                      option -a
  69. BLUENODES      YES or NO                   YES = option -b
  70. STATUSFILE     YES or NO                   YES = option -f
  71. GERMAN         YES or NO                   YES = option -g
  72. SHADOW         YES or NO                   YES = option -h
  73. IMPORTANT      0..NODES                    option -i
  74. LANGUAGE       ENGLISH or DEUTSCH          option -l
  75. MAXSAN         1..10                       option -m
  76. NOMONEY        YES or NO                   YES = option -n
  77. STANDARDUSE    YES or NO                   YES = option -r
  78. STANDARDLEVEL  2..5(7)                     Parameter of option -r
  79. STANDARDFILE   RAM:Matrix                  option -s
  80. OUTPUT         ASCII or TeX                option -t (TeX)
  81. RANDOM         YES or NO                   YES = option -z
  82. DATAFIELD      YES or NO                   YES = option -d
  83. NOIC           YES or NO                   YES = option -x
  84. ALWAYSIC       YES or NO                   YES = option -u
  85. ALWAYSDS       YES or NO                   YES = option -v
  86. The last entry must be [END], or the program don´t terminate.
  87.  
  88. Output-Files
  89. ------------
  90. *.TeX      Textdescription LaTeX-Format
  91. *.DOC      Textdescription ASCII-Format
  92. *.IFF      Graphic-Format, the number is the number of the special
  93.            types of node, the figure stands for an IC.
  94. *.STAT     StatusFile
  95. *.SRC      Internal datastructure to save a matrixsytem in compressed form
  96.  
  97. Import-Files
  98. ------------
  99. The programm will create a standard file, it is used to create a
  100. description file of the matrixsystem. The standard files
  101. are grouped into:
  102. ASC-*.e    Files Textdescription ASCII-Format, Language English
  103. ASC-*.g    Files Textdescription LaTeX-Format, Language German
  104. TeX-*.e    Files Textdescription ASCII-Format, Language English
  105. TeX-*.g    Files Textdescription LaTeX-Format, Language German
  106. The structure of the files are simply. Codewords are included in [],
  107. end of line are charcterized by \n.
  108.  
  109. Specialities of the program
  110. ---------------------------
  111. While creating the matrixsystem, this option are automatically used:
  112.  - at least one I/O-Port
  113.  - Randomly inserted connections between nodes
  114.  - nodes with rating one didn´t exists (target number >= 2)
  115.  - In blue nodes neither datavalues nor information
  116.  - nodes connected over `big' distance
  117.  
  118. Requirements
  119. ------------
  120. MatrixGen should work on all Amiga machines with all Workbench
  121. and Kickstarts.
  122.  
  123. tested on Amiga 2000 (GVP 68040) mit HD und 1MB Chip und 8MB Fast
  124.           Amiga 2000 (68000) mit Floppy und 1MB Chip
  125.           Amiga 2000 (68030) mit Floppy und 1MB Chip
  126.           Amiga 500 (68000) mit HD und 512MB Chip, 1MB Chip
  127.           Amiga 500 (68030) mit Floppy, 1MB Chip, 4MB Fast
  128.           Amiga 500 (68030) mit HD, 1MB Chip, 2MB Fast
  129.  
  130. History
  131. -------
  132. The program was written in C, compiled with GnuC++.
  133.  
  134. v1.0  Only a graphik was created. Every node has its ratings.
  135.  
  136. v1.1  Including datastores (informationen and value)
  137.  
  138. v2.0  new options
  139.       Options: -a, -b, -g, -i, -m, -s, -r, -n, -z
  140.  
  141. V2.01 more new options
  142.       Options: -h
  143.  
  144. v2.1  option Prefs-File
  145.       Options: -p, -f
  146.  
  147. v2.2  Output LaTeX-Format, IC-functs
  148.       Options: -t, -l, -x
  149.  
  150. v2.3  new dataoptions
  151.       Options: -d, -o, -u, -v
  152.  
  153. v2.4  correcting small mistakes
  154.  
  155. Author
  156. ------
  157. Thomas Reinhardt
  158. Lehnerzer Str. 31
  159. 36039 Fulda-Lehnerz
  160. Tel. (0661)-63945
  161. oder (noch)
  162. LengfelderStr. 29
  163. 97078 Wprzburg
  164. Tel. (0931)-28862
  165.  
  166. Internet : cyber@aruba.informatik.uni-wuerzburg.de
  167.